xen/lib.h: fix ASSERT() to build with clang
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 10 Feb 2016 13:48:36 +0000 (14:48 +0100)
committerJan Beulich <jbeulich@suse.com>
Wed, 10 Feb 2016 13:48:36 +0000 (14:48 +0100)
commit70cbc38d774af77b6a05ffb2d8fb7e0a38025378
tree90674cbacbd418db2a383bfad115d2e3065ee327
parent21bc42de1e15aa40bbc4e576ece33375f38efd8d
xen/lib.h: fix ASSERT() to build with clang

Clang warns about a semicolon immediately following an if() clause as a
possible mistake, and recommends putting the semicolon on a new line if it was
intentional.  A newline is not an option here, so use a set of empty braces
instead.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/xen/lib.h